home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / hp4500.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  33.8 KB  |  998 lines

  1. *PPD-Adobe: "4.3"
  2.  
  3. *% =================================
  4. *% Adobe Systems PostScript(R) Printer Description File
  5. *% Copyright 1993-99 Hewlett-Packard Company.
  6. *% PPD Version for Windows NT4.0
  7. *% Date Code: 19990129
  8. *% =================================
  9. *% Product/PPD Version Information
  10. *% =================================
  11. *% PPD File Version Information
  12. *FormatVersion: "2.0"
  13. *FileVersion: "2.71"
  14. *LanguageVersion: English 
  15. *LanguageEncoding: ISOLatin1
  16. *PCFileName: "HP4500.PPD"
  17.  
  18. *% Product Name and Version Information
  19. *Manufacturer: "HP"
  20. *Product:      "(HP Color LaserJet 4500)"
  21. *ModelName:     "HP C LaserJet 4500-PS"
  22. *ShortNickName: "HP C LaserJet 4500-PS"
  23. *NickName:      "HP C LaserJet 4500-PS v2014.200"
  24. *PSVersion:    "(2014.200) 0"
  25.  
  26. *% =================================
  27. *% Basic Device Capabilities
  28. *% =================================
  29. *LanguageLevel:     "2"
  30. *ColorDevice: True
  31. *DefaultColorSpace: CMY
  32. *TTRasterizer: Type42
  33. *FileSystem: False
  34. *Throughput: "16"
  35.  
  36. *% =================================
  37. *% Emulations and Protocols
  38. *% =================================
  39. *Protocols: PJL TBCP
  40. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  41. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  42. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  43. *Password: "()" 
  44. *ExitServer: "
  45.     count 0 eq
  46.     { false } { true exch startjob } ifelse
  47.     not { 
  48.     (WARNING: Cannot modify initial VM.) =
  49.     (Missing or invalid password.) =
  50.     (Please contact the author of this software.) = flush quit
  51.     } if "
  52. *End
  53. *Reset: "
  54.      count 0 eq
  55.     { false } { true exch startjob } ifelse
  56.     not { 
  57.     (WARNING: Cannot reset printer.) =
  58.     (Missing or invalid password.) =
  59.     (Please contact the author of this software.) = flush quit
  60.     } if
  61.     systemdict /quit get exec
  62.     (WARNING : Printer Reset Failed.) = flush "
  63. *End
  64. *% =================================
  65. *% Installable Options
  66. *% =================================
  67. *OpenGroup: InstallableOptions/Options Installed
  68. *OpenUI *Tray3/Tray3: Boolean
  69. *DefaultTray3: False
  70. *Tray3 True/Installed: ""
  71. *Tray3 False/Not Installed: ""
  72. *?Tray3: "
  73.     save
  74.           currentpagedevice /InputAttributes get
  75.           1 get
  76.           null eq
  77.           {(False)}{(True)}ifelse = flush
  78.     restore
  79. "
  80. *End
  81. *CloseUI: *Tray3
  82.  
  83. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  84. *DefaultInstalledMemory: Mem1
  85. *InstalledMemory Mem1/32 - 39 MB RAM: "" 
  86. *InstalledMemory Mem2/40 - 63 MB RAM: "" 
  87. *InstalledMemory Mem3/64 - 95 MB RAM: "" 
  88. *InstalledMemory Mem4/96 - 127 MB RAM: "" 
  89. *InstalledMemory Mem5/128 - 159 MB RAM: "" 
  90. *InstalledMemory Mem6/160 - 191 MB RAM: "" 
  91. *InstalledMemory Mem7/192 MB RAM: "" 
  92. *?InstalledMemory: "
  93.   save
  94.         currentsystemparams /RamSize get
  95.         524288 div ceiling cvi 2 div
  96.         /size exch def
  97.         size 192 ge
  98.         {(Mem7)}
  99.         {size 160 ge
  100.                 {(Mem6)}
  101.                 {size 128 ge
  102.                         {(Mem5)}
  103.                         {size 96 ge
  104.                                 {(Mem4)}
  105.                                 {size 64 ge
  106.                                         {(Mem3)}
  107.                                         {size 40 ge
  108.                                                 {(Mem2)}
  109.                                                 {(Mem1)}ifelse
  110.                                         }ifelse
  111.                                 }ifelse
  112.                         }ifelse
  113.                 }ifelse
  114.         }ifelse = flush
  115.   restore
  116. "
  117. *End
  118. *CloseUI: *InstalledMemory
  119.  
  120. *OpenUI *Duplexer/Duplex Unit (for 2-Sided Printing): Boolean
  121. *DefaultDuplexer: False
  122. *Duplexer True/Installed: ""
  123. *Duplexer False/Not Installed: ""
  124. *?Duplexer: "
  125.   save
  126.    currentpagedevice /Duplex known
  127.    {(True)}{(False)}ifelse = flush
  128.   restore
  129. "
  130. *End
  131. *CloseUI: *Duplexer
  132.  
  133. *CloseGroup: InstallableOptions
  134.  
  135. *% =================================
  136. *% User Interface Constraints
  137. *% =================================
  138. *% If optional Duplexer is not installed, disable access to Duplex
  139. *UIConstraints: *Duplexer False *Duplex DuplexNoTumble
  140. *UIConstraints: *Duplexer False *Duplex DuplexTumble
  141.  
  142. *% Installable tray options
  143. *UIConstraints: *Tray3       False *InputSlot Tray3
  144.  
  145. *% Don't allow envelopes in Tray 2
  146. *UIConstraints: *PageSize Env10 *InputSlot Tray2
  147. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
  148. *UIConstraints: *PageSize EnvDL *InputSlot Tray2
  149. *UIConstraints: *PageSize EnvC5 *InputSlot Tray2
  150. *UIConstraints: *PageSize EnvISOB5 *InputSlot Tray2
  151. *UIConstraints: *MediaType Labels *InputSlot Tray2
  152. *UIConstraints: *MediaType Cardstock *InputSlot Tray2
  153.  
  154. *UIConstraints: *PageRegion Env10 *InputSlot Tray2
  155. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
  156. *UIConstraints: *PageRegion EnvDL *InputSlot Tray2
  157. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
  158. *UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray2
  159.  
  160. *UIConstraints: *InputSlot Tray2 *PageSize Env10
  161. *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
  162. *UIConstraints: *InputSlot Tray2 *PageSize EnvDL
  163. *UIConstraints: *InputSlot Tray2 *PageSize EnvC5
  164. *UIConstraints: *InputSlot Tray2 *PageSize EnvISOB5
  165. *UIConstraints: *InputSlot Tray2 *MediaType Labels
  166. *UIConstraints: *InputSlot Tray2 *MediaType Cardstock
  167.  
  168. *UIConstraints: *InputSlot Tray2 *PageRegion Env10
  169. *UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
  170. *UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
  171. *UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
  172. *UIConstraints: *InputSlot Tray2 *PageRegion EnvISOB5
  173.  
  174. *% Don't allow envelopes in Tray 3
  175. *UIConstraints: *PageSize A5 *InputSlot Tray3
  176. *UIConstraints: *PageSize Env10 *InputSlot Tray3
  177. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
  178. *UIConstraints: *PageSize EnvDL *InputSlot Tray3
  179. *UIConstraints: *PageSize EnvC5 *InputSlot Tray3
  180. *UIConstraints: *PageSize EnvISOB5 *InputSlot Tray3
  181. *UIConstraints: *MediaType Labels *InputSlot Tray3
  182. *UIConstraints: *MediaType Cardstock *InputSlot Tray3
  183.  
  184. *UIConstraints: *PageRegion A5 *InputSlot Tray3
  185. *UIConstraints: *PageRegion Env10 *InputSlot Tray3
  186. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
  187. *UIConstraints: *PageRegion EnvDL *InputSlot Tray3
  188. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
  189. *UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray3
  190.  
  191. *UIConstraints: *InputSlot Tray3 *PageSize A5
  192. *UIConstraints: *InputSlot Tray3 *PageSize Env10
  193. *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
  194. *UIConstraints: *InputSlot Tray3 *PageSize EnvDL
  195. *UIConstraints: *InputSlot Tray3 *PageSize EnvC5
  196. *UIConstraints: *InputSlot Tray3 *PageSize EnvISOB5
  197. *UIConstraints: *InputSlot Tray3 *MediaType Labels
  198. *UIConstraints: *InputSlot Tray3 *MediaType Cardstock
  199.  
  200. *UIConstraints: *InputSlot Tray3 *PageRegion A5
  201. *UIConstraints: *InputSlot Tray3 *PageRegion Env10
  202. *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
  203. *UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
  204. *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
  205. *UIConstraints: *InputSlot Tray3 *PageRegion EnvISOB5
  206.  
  207. *% Don't allow A5, envelopes, transparencies or labels to be duplexed
  208. *UIConstraints: *PageSize A5 *Duplex DuplexNoTumble
  209. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  210. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  211. *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
  212. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  213. *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexNoTumble
  214. *UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble
  215. *UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
  216. *UIConstraints: *MediaType Cardstock *Duplex DuplexNoTumble
  217.  
  218. *UIConstraints: *PageRegion A5 *Duplex DuplexNoTumble
  219. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  220. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  221. *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
  222. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  223. *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexNoTumble
  224.  
  225. *UIConstraints: *PageSize A5 *Duplex DuplexTumble
  226. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  227. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  228. *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
  229. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  230. *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexTumble
  231. *UIConstraints: *MediaType Transparency *Duplex DuplexTumble
  232. *UIConstraints: *MediaType Labels *Duplex DuplexTumble
  233. *UIConstraints: *MediaType Cardstock *Duplex DuplexTumble
  234.  
  235. *UIConstraints: *PageRegion A5 *Duplex DuplexTumble
  236. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  237. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  238. *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
  239. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  240. *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexTumble
  241.  
  242. *UIConstraints: *Duplex *PageSize A5 
  243. *UIConstraints: *Duplex *PageSize Env10 
  244. *UIConstraints: *Duplex *PageSize EnvMonarch
  245. *UIConstraints: *Duplex *PageSize EnvDL 
  246. *UIConstraints: *Duplex *PageSize EnvC5
  247. *UIConstraints: *Duplex *PageSize EnvISOB5
  248. *UIConstraints: *Duplex *MediaType Transparency
  249. *UIConstraints: *Duplex *MediaType Labels
  250. *UIConstraints: *Duplex *MediaType Cardstock
  251.  
  252. *UIConstraints: *Duplex *PageRegion A5
  253. *UIConstraints: *Duplex *PageRegion Env10
  254. *UIConstraints: *Duplex *PageRegion EnvMonarch
  255. *UIConstraints: *Duplex *PageRegion EnvDL
  256. *UIConstraints: *Duplex *PageRegion EnvC5
  257. *UIConstraints: *Duplex *PageRegion EnvISOB5
  258.  
  259. *% Need minimim 40MB for Duplex Option
  260. *UIConstraints:    *Duplex *InstalledMemory Mem1
  261. *NonUIConstraints: *Duplex *InstalledMemory Mem1
  262.  
  263. *% Custom page size only in tray 1 no duplexing
  264. *NonUIConstraints: *CustomPageSize True *Duplex 
  265. *NonUIConstraints: *Duplex *CustomPageSize True 
  266.  
  267. *UIConstraints: *CustomPageSize True *Duplex 
  268. *UIConstraints: *Duplex *CustomPageSize True 
  269.  
  270. *NonUIConstraints: *InputSlot Tray2 *CustomPageSize True
  271. *NonUIConstraints: *InputSlot Tray3 *CustomPageSize True
  272. *NonUIConstraints: *CustomPageSize True  *InputSlot Tray2 
  273. *NonUIConstraints: *CustomPageSize True  *InputSlot Tray3 
  274.  
  275. *UIConstraints: *InputSlot Tray2 *CustomPageSize True
  276. *UIConstraints: *InputSlot Tray3 *CustomPageSize True
  277. *UIConstraints: *CustomPageSize True  *InputSlot Tray2 
  278. *UIConstraints: *CustomPageSize True  *InputSlot Tray3 
  279.  
  280. *NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  281. *NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble
  282.  
  283. *UIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  284. *UIConstraints: *CustomPageSize True *Duplex DuplexTumble
  285.  
  286. *% Ignore ColorSmart manual settings in automatic mode
  287. *UIConstraints: *ColorSmart Automatic *CSText MatchSmooth
  288. *UIConstraints: *ColorSmart Automatic *CSText VividDetail
  289. *UIConstraints: *ColorSmart Automatic *CSText VividSmooth
  290.  
  291. *UIConstraints: *ColorSmart Automatic *CSGraphics MatchDetail
  292. *UIConstraints: *ColorSmart Automatic *CSGraphics VividSmooth
  293. *UIConstraints: *ColorSmart Automatic *CSGraphics VividDetail
  294.  
  295. *UIConstraints: *ColorSmart Automatic *CSImage MatchDetail
  296. *UIConstraints: *ColorSmart Automatic *CSImage VividSmooth
  297. *UIConstraints: *ColorSmart Automatic *CSImage VividDetail
  298.  
  299. *% =================================
  300. *% Media Selection/Paper Handling
  301. *% =================================
  302. *LandscapeOrientation: Plus90
  303. *VariablePaperSize: True
  304. *OpenUI *PageSize: PickOne
  305. *OrderDependency: 30 AnySetup *PageSize
  306. *DefaultPageSize: Letter 
  307. *PageSize Letter/Letter: "
  308.     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  309. *End
  310. *PageSize Legal/Legal: "
  311.     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  312. *End
  313. *PageSize Executive/Executive: "
  314.     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  315. *End
  316. *PageSize A4/A4: "
  317.     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  318. *End
  319. *PageSize A5/A5: "
  320.     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  321. *End
  322. *PageSize B5/B5 (JIS): "
  323.     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  324. *End
  325. *PageSize EnvISOB5/Envelope B5: "
  326.     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  327. *End
  328. *PageSize Env10/Envelope #10: "
  329.     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  330. *End
  331. *PageSize EnvC5/Envelope C5: "
  332.     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  333. *End
  334. *PageSize EnvDL/Envelope DL: "
  335.     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  336. *End
  337. *PageSize EnvMonarch/Envelope Monarch: "
  338.     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  339. *End
  340. *?PageSize: "
  341.  save
  342.    currentpagedevice /PageSize get aload pop
  343.    2 copy gt {exch} if 
  344.    (Unknown) 
  345.   6 dict
  346.    dup [612 792] (Letter) put
  347.    dup [612 1008] (Legal) put
  348.    dup [522 756] (Executive) put
  349.    dup [595 842] (A4) put
  350.    dup [420 595] (A5) put
  351.    dup [516 729] (B5) put
  352.    dup [499 709] (EnvISOB5) put
  353.    dup [297 684] (Env10) put
  354.    dup [459 649] (EnvC5) put
  355.    dup [312 624] (EnvDL) put
  356.    dup [279 540] (EnvMonarch) put
  357.  { exch aload pop 4 index sub abs 5 le exch 
  358.    5 index sub abs 5 le and 
  359.       {exch pop exit} {pop} ifelse
  360.    } bind forall
  361.    = flush pop pop
  362. restore 
  363. "
  364. *End
  365. *CloseUI: *PageSize
  366. *OpenUI *PageRegion:  PickOne
  367. *OrderDependency: 30 AnySetup *PageRegion
  368. *DefaultPageRegion: Letter 
  369. *PageRegion Letter/Letter: "
  370.     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  371. *End
  372. *PageRegion Legal/Legal: "
  373.     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  374. *End
  375. *PageRegion Executive/Executive: "
  376.     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  377. *End
  378. *PageRegion A4/A4: "
  379.     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  380. *End
  381. *PageRegion A5/A5: "
  382.     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  383. *End
  384. *PageRegion B5/B5 (JIS): "
  385.     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  386. *End
  387. *PageRegion EnvISOB5/Envelope B5: "
  388.     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  389. *End
  390. *PageRegion Env10/Envelope #10: "
  391.     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  392. *End
  393. *PageRegion EnvC5/Envelope C5: "
  394.     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  395. *End
  396. *PageRegion EnvDL/Envelope DL: "
  397.     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  398. *End
  399. *PageRegion EnvMonarch/Envelope Monarch: "
  400.     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  401. *End
  402. *CloseUI: *PageRegion
  403.  
  404. *% The following entries provide information about specific paper keywords.
  405. *DefaultImageableArea: Letter 
  406. *ImageableArea Letter/US Letter:                            "12.00 12.12 599.88 779.90"
  407. *ImageableArea Legal/US Legal:                              "12.00 12.12 599.88 995.90"
  408. *ImageableArea Executive/Executive:                         "12.00 12.12 509.88 743.90"
  409. *ImageableArea A4/A4:                                       "12.00 12.12 583.08 829.68"
  410. *ImageableArea A5/A5:                                       "12.00 12.12 407.40 583.10"
  411. *ImageableArea B5/JIS B5:                                   "12.00 12.12 503.88 715.92"
  412. *ImageableArea EnvISOB5/B5 (ISO):                           "12.00 12.12 486.60 696.38"
  413. *ImageableArea Env10/Com-10:                                "12.00 12.12 284.76 671.90"
  414. *ImageableArea EnvC5/EnvC5:                                 "12.00 12.12 447.00 636.96"
  415. *ImageableArea EnvDL/EnvDL:                                 "12.00 12.12 299.64 611.42"
  416. *ImageableArea EnvMonarch/Envelope Monarch:                 "12.00 12.12 266.76 527.90"
  417. *?ImageableArea: "
  418.  save
  419.    /cvp { (                ) cvs print ( ) print } bind def
  420.    /upperright {10000 mul floor 10000 div} bind def
  421.    /lowerleft {10000 mul ceiling 10000 div} bind def
  422.    newpath clippath pathbbox
  423.    4 -2 roll exch 2 {lowerleft cvp} repeat
  424.    exch 2 {upperright cvp} repeat flush
  425.  restore
  426. "
  427. *End
  428.  
  429. *% These provide the physical dimensions of the paper (by keyword)
  430. *DefaultPaperDimension: Letter 
  431. *PaperDimension Letter/Letter:                 "612 792"
  432. *PaperDimension Legal/Legal:                  "612 1008"
  433. *PaperDimension Executive/Executive:             "522 756"
  434. *PaperDimension A4/A4:                           "595 842"
  435. *PaperDimension A5/A5:                         "420 595"
  436. *PaperDimension B5/B5 (JIS):                     "516 729"
  437. *PaperDimension EnvISOB5/Envelope B5:             "499 709"
  438. *PaperDimension Env10/Envelope #10:                "297 684"
  439. *PaperDimension EnvC5/Envelope C5:                 "459 649"
  440. *PaperDimension EnvDL/Envelope DL:                 "312 624"
  441. *PaperDimension EnvMonarch/Envelope Monarch:         "279 540"
  442.  
  443. *RequiresPageRegion All: True
  444.  
  445.  
  446. *% ===================================
  447. *% Gray Levels and Halftoning
  448. *% ===================================
  449. *ScreenFreq: "150.0"
  450. *ScreenAngle: "45.0"
  451. *DefaultScreenProc: Dot
  452. *ScreenProc Dot: "
  453. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  454. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  455. "
  456. *End
  457. *ScreenProc Line: "{ pop }"
  458. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  459. *DefaultTransfer: Null
  460. *Transfer Null: "{ }"
  461. *Transfer Null.Inverse: "{ 1 exch sub }"
  462.  
  463. *% =================================
  464. *% Media Handling Features
  465. *% =================================
  466. *OpenUI *MediaType/Media Type: PickOne
  467. *OrderDependency: 50 AnySetup *MediaType
  468. *DefaultMediaType: Plain
  469.  
  470. *MediaType Plain/Plain:  "
  471.     <</MediaType (Plain)>> setpagedevice"
  472. *End
  473. *MediaType Preprinted/Preprinted:  "
  474.     <</MediaType (Preprinted)>> setpagedevice"
  475. *End
  476. *MediaType Letterhead/Letterhead:  "
  477.     <</MediaType (Letterhead)>> setpagedevice"
  478. *End
  479. *MediaType Transparency/Transparency:  "
  480.     <</MediaType (Transparency)>> setpagedevice"
  481. *End
  482. *MediaType Glossy/Glossy:  "
  483.     <</MediaType (Gloss)>> setpagedevice"
  484. *End
  485. *MediaType Prepunched/Prepunched:  "
  486.     <</MediaType (Prepunched)>> setpagedevice"
  487. *End
  488. *MediaType Labels/Labels:  "
  489.     <</MediaType (Labels)>> setpagedevice"
  490. *End
  491. *MediaType Bond/Bond:  "
  492.     <</MediaType (Bond)>> setpagedevice"
  493. *End
  494. *MediaType Recycle/Recycled:  "
  495.     <</MediaType (Recycled)>> setpagedevice"
  496. *End
  497. *MediaType Color/Color:  "
  498.     <</MediaType (Color)>> setpagedevice"
  499. *End
  500. *MediaType Heavy/Heavy:  "
  501.     <</MediaType (Heavy)>> setpagedevice"
  502. *End
  503. *MediaType Cardstock/Card Stock:  "
  504.     <</MediaType (Card Stock)>> setpagedevice"
  505. *End
  506. *?MediaType: "
  507.  save
  508.     currentpagedevice /MediaType get
  509.     dup null eq {pop (Unknown)} if
  510.     = flush
  511.  restore
  512. "
  513. *End
  514. *CloseUI: *MediaType
  515.  
  516. *% =================================
  517. *%  Print Finish
  518. *% =================================
  519. *OpenUI *PrintFinish/Print Finish:  PickOne
  520. *OrderDependency: 40 AnySetup *PrintFinish
  521. *DefaultPrintFinish: Matte
  522. *PrintFinish Matte/Matte:"
  523. << /GlossFinish false >> setpagedevice
  524. "  
  525. *End
  526. *PrintFinish Glossy/Glossy:" 
  527. << /GlossFinish true >> setpagedevice
  528. *End
  529.  
  530. *CloseUI: *PrintFinish
  531. *%==================================
  532. *%  Fit to Page 
  533. *%==================================
  534. *OpenUI *HPPaperPolicy/Fit to Page: PickOne
  535. *OrderDependency: 10 AnySetup *HPPaperPolicy
  536. *DefaultHPPaperPolicy: PromptUser
  537. *HPPaperPolicy PromptUser/Prompt User: "
  538.    <</DeferredMediaSelection true>> setpagedevice"
  539. *End
  540. *HPPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  541.    <</DeferredMediaSelection false>> setpagedevice
  542.    <</Policies << /PageSize 3 >> >> setpagedevice"
  543. *End
  544. *HPPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  545.    <</DeferredMediaSelection false>> setpagedevice
  546.    <</Policies << /PageSize 5 >> >> setpagedevice"
  547. *End
  548. *?HPPaperPolicy: "
  549. currentpagedevice /Policies get /PageSize get 5 eq {(Crop)}{(Prompt)} ifelse = flush
  550. "
  551. *End
  552. *CloseUI: *HPPaperPolicy
  553.  
  554. *% Use these entries to set paper size most of the time, unless there is
  555. *% specific reason to use PageRegion.
  556.  
  557. *%=== Custom Paper Support =================
  558. *%Orientation and Margin (offsets) values are not utilized
  559.  
  560. *MaxMediaWidth: "612"
  561. *MaxMediaHeight: "1002"
  562. *CenterRegistered: False
  563. *HWMargins: 16 16 16 16
  564. *CustomPageSize True: "
  565.     pop pop pop 
  566.         << /PageSize [ 5 -2 roll ]
  567.         /ImagingBBox null >>
  568.         setpagedevice
  569.     "
  570. *End
  571.  
  572. *ParamCustomPageSize Width: 1 points 216 612
  573. *ParamCustomPageSize Height: 2 points 360 1002
  574. *ParamCustomPageSize WidthOffset: 3 points 0 0
  575. *ParamCustomPageSize HeightOffset: 4 points 0 0
  576. *ParamCustomPageSize Orientation: 5 int 0 0
  577.  
  578. *% =================================
  579. *% Media Input Source
  580. *%==================================
  581. *OpenUI *InputSlot/Paper Source: PickOne
  582. *OrderDependency: 20 AnySetup *InputSlot
  583. *DefaultInputSlot: Tray2
  584. *InputSlot Tray2/Tray2: "
  585.     <</MediaPosition 0>> setpagedevice"
  586. *End
  587. *InputSlot Tray1/Tray1: "
  588.     <</MediaPosition 3>> setpagedevice"
  589. *End
  590. *InputSlot Tray3/Tray3: "
  591.     <</MediaPosition 1>> setpagedevice"
  592. *End
  593. *?InputSlot: "
  594. save
  595.     currentpagedevice /InputAttributes get
  596.     /Priority get
  597.     aload pop pop
  598.     /theTray exch def
  599.     /theTray 0 eq {(Tray2)} {/theTray 1 eq {(Tray3)} {(Tray1)} ifelse} ifelse
  600.     = flush
  601. restore
  602. "
  603. *End
  604. *CloseUI: *InputSlot
  605.  
  606. *%================================
  607. *% Two-sided Printing (Duplex)
  608. *%================================
  609. *OpenUI *Duplex/2-Sided Printing:  PickOne
  610. *OrderDependency: 50 AnySetup *Duplex
  611. *DefaultDuplex: None
  612. *Duplex None/Off: "
  613.     <</Duplex false /Tumble false>> setpagedevice"
  614. *End
  615. *Duplex DuplexNoTumble/Long-Edge Binding: "
  616.     <</Duplex true /Tumble false>> setpagedevice"
  617. *End
  618. *Duplex DuplexTumble/Short-Edge Binding: "
  619.     <</Duplex true /Tumble true>> setpagedevice"
  620. *End
  621. *?Duplex: "save
  622.    currentpagedevice dup /Duplex known
  623.      {dup /Duplex get
  624.        {/Tumble get{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  625.        {pop (None)} ifelse
  626.      }
  627.      {(None)} ifelse = flush
  628. restore
  629. "
  630. *End
  631. *CloseUI: *Duplex
  632.  
  633. *% =================================
  634. *% Print Color as Gray
  635. *% Chose NOT to use Adobe's *ColorModel keyword because color on or off is simpler
  636. *% =================================
  637. *OpenUI *HPColorasGray/Print Color as Gray:  Boolean
  638. *OrderDependency: 20 DocumentSetup *HPColorasGray
  639. *DefaultHPColorasGray: False
  640. *HPColorasGray True/On: "<</ProcessColorModel /DeviceGray>> setpagedevice"
  641. *HPColorasGray False/Off: "<</ProcessColorModel /DeviceCMY>> setpagedevice"
  642. *?HPColorasGray: "
  643.   save
  644.     currentpagedevice /ProcessColorModel get
  645.     /DeviceGray eq {(True)}{(False)}ifelse = flush
  646.   restore
  647. "
  648. *End
  649. *CloseUI: *HPColorasGray
  650. *% =================================
  651. *%  CMYK Ink Space
  652. *% =================================
  653. *OpenUI *CMYKInks/CMYK Inks:  PickOne
  654. *OrderDependency: 60 AnySetup *CMYKInks
  655. *DefaultCMYKInks: FAST
  656. *CMYKInks FAST/FAST:" 
  657. << /CMYKInkSet 0 >> setpagedevice
  658. "      
  659. *End
  660.  
  661. *CMYKInks SWOP/SWOP:"
  662. << /CMYKInkSet 1 >> setpagedevice
  663. "      
  664. *End
  665.  
  666. *CMYKInks EURO/Eurostandard:"
  667. << /CMYKInkSet 2 >> setpagedevice
  668. "      
  669. *End
  670.  
  671. *CMYKInks TOYO/TOYO:"
  672. << /CMYKInkSet 3 >> setpagedevice
  673. "       
  674. *End
  675.  
  676. *CloseUI: *CMYKInks
  677. *% ===================================
  678. *% ColorSmart
  679. *% ===================================
  680. *OpenUI *ColorSmart/ColorSmart II: PickOne
  681. *OrderDependency: 55 DocumentSetup *ColorSmart
  682. *DefaultColorSmart: Automatic
  683. *ColorSmart Automatic/Automatic: " 
  684. globaldict /ColorSmartColorMatching known {
  685.     true ColorSmartColorMatching
  686.     MatchScreen ColorSmartTextAdjustment
  687.     MatchScreen ColorSmartGraphicsAdjustment
  688.     MatchScreen ColorSmartImageAdjustment
  689.     Detail ColorSmartTextHalftone
  690.     Smooth ColorSmartGraphicsHalftone
  691.     Smooth ColorSmartImageHalftone
  692.     true ColorSmartColorMatching
  693. } if
  694. /setscreen { pop pop pop} def
  695. /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  696. /sethalftone { pop } def 
  697. "
  698. *End
  699. *ColorSmart Manual/Manual: " 
  700. globaldict /ColorSmartColorMatching known {
  701.     true ColorSmartColorMatching
  702. } if
  703. /setscreen { pop pop pop} def
  704. /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  705. /sethalftone { pop } def 
  706. "
  707. *End
  708. *CloseUI: *ColorSmart
  709. *% ==================================
  710. *%  ColorSmart Manual Settings
  711. *% ==================================
  712. *OpenUI *CSText/Text:  PickOne
  713. *OrderDependency: 57 AnySetup *CSText
  714. *DefaultCSTextColor: MatchDetail
  715. *CSText MatchDetail/ScreenMatch(sRGB)-Detail: "
  716. globaldict /ColorSmartColorMatching known {
  717.     true ColorSmartColorMatching
  718.     MatchScreen ColorSmartTextAdjustment
  719.     Detail ColorSmartTextHalftone
  720. } if
  721. "
  722. *End
  723. *CSText MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  724. globaldict /ColorSmartColorMatching known {
  725.     true ColorSmartColorMatching
  726.     MatchScreen ColorSmartTextAdjustment
  727.     Smooth ColorSmartTextHalftone
  728. } if
  729. "
  730. *End
  731. *CSText VividDetail/Vivid-Detail: "
  732. globaldict /ColorSmartColorMatching known {
  733.     true ColorSmartColorMatching
  734.     Vivid ColorSmartTextAdjustment
  735.     Detail ColorSmartTextHalftone
  736. } if
  737. "
  738. *End
  739. *CSText VividSmooth/Vivid-Smooth: "
  740. globaldict /ColorSmartColorMatching known {
  741.     true ColorSmartColorMatching
  742.     Vivid ColorSmartTextAdjustment
  743.     Smooth ColorSmartTextHalftone
  744. } if
  745. "
  746. *End
  747. *CloseUI: *CSText
  748.  
  749. *OpenUI *CSGraphics/Graphics:  PickOne
  750. *OrderDependency: 57 AnySetup *CSGraphics
  751. *DefaultCSGraphicsColor: MatchSmooth
  752. *CSGraphics MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  753. globaldict /ColorSmartColorMatching known {
  754.     true ColorSmartColorMatching
  755.     MatchScreen ColorSmartGraphicsAdjustment
  756.     Smooth ColorSmartGraphicsHalftone
  757. } if
  758. "
  759. *End
  760. *CSGraphics MatchDetail/ScreenMatch(sRGB)-Detail: "
  761. globaldict /ColorSmartColorMatching known {
  762.     true ColorSmartColorMatching
  763.     MatchScreen ColorSmartGraphicsAdjustment
  764.     Detail ColorSmartGraphicsHalftone
  765. } if
  766. "
  767. *End
  768. *CSGraphics VividSmooth/Vivid-Smooth: "
  769. globaldict /ColorSmartColorMatching known {
  770.     true ColorSmartColorMatching
  771.     Vivid ColorSmartGraphicsAdjustment
  772.     Smooth ColorSmartGraphicsHalftone
  773. } if
  774. "
  775. *End
  776. *CSGraphics VividDetail/Vivid-Detail: "
  777. globaldict /ColorSmartColorMatching known {
  778.     true ColorSmartColorMatching
  779.     Vivid ColorSmartGraphicsAdjustment
  780.     Detail ColorSmartGraphicsHalftone
  781. } if
  782. "
  783. *End
  784.  
  785. *CloseUI: *CSGraphics
  786.  
  787. *OpenUI *CSImage/Image:  PickOne
  788. *OrderDependency: 57 AnySetup *CSImage
  789. *DefaultCSImageColor: MatchSmooth
  790. *CSImage MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  791. globaldict /ColorSmartColorMatching known {
  792.     true ColorSmartColorMatching
  793.     MatchScreen ColorSmartImageAdjustment
  794.     Smooth ColorSmartImageHalftone
  795. } if
  796. "
  797. *End
  798. *CSImage MatchDetail/ScreenMatch(sRGB)-Detail: "
  799. globaldict /ColorSmartColorMatching known {
  800.     true ColorSmartColorMatching
  801.     MatchScreen ColorSmartImageAdjustment
  802.     Detail ColorSmartImageHalftone
  803. } if
  804. "
  805. *End
  806. *CSImage VividSmooth/Vivid-Smooth: "
  807. globaldict /ColorSmartColorMatching known {
  808.     true ColorSmartColorMatching
  809.     Vivid ColorSmartImageAdjustment
  810.     Smooth ColorSmartImageHalftone
  811. } if
  812. "
  813. *End
  814. *CSImage VividDetail/Vivid-Detail: "
  815. globaldict /ColorSmartColorMatching known {
  816.     true ColorSmartColorMatching
  817.     Vivid ColorSmartImageAdjustment
  818.     Detail ColorSmartImageHalftone
  819. } if
  820. "
  821. *End
  822. *CloseUI: *CSImage
  823.  
  824. *% =================================
  825. *%  Control
  826. *% 300dpi added for certain applications
  827. *% =================================
  828. *DefaultResolution: 600dpi
  829. *Resolution 300dpi: ""
  830. *Resolution 600dpi: ""
  831. *?Resolution: "
  832.   save
  833.     currentpagedevice /HWResolution get
  834.     0 get
  835.     (          ) cvs print
  836.     (dpi)
  837.     = flush
  838.   restore
  839. "
  840. *End
  841.  
  842. *% =================================
  843. *% Font Information
  844. *% =================================
  845. *DefaultFont: Courier
  846. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  847. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  848. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  849. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  850. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  851. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  852. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  853. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  854. *Font Courier: Standard "(002.004S)" Standard ROM
  855. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  856. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  857. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  858. *Font Helvetica: Standard "(001.006S)" Standard ROM
  859. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  860. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  861. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  862. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  863. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  864. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  865. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  866. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  867. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  868. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  869. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  870. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  871. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  872. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  873. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  874. *Font Symbol: Special "(001.007S)" Special ROM
  875. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  876. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  877. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  878. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  879. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  880. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  881.  
  882. *?FontQuery: "
  883.  save
  884.    { count 1 gt
  885.       { exch dup 127 string cvs (/) print print (:) print
  886.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  887.       } { exit } ifelse 
  888.    } bind loop
  889.    (*) = flush
  890.  restore
  891. "
  892. *End
  893. *?FontList: "
  894. save
  895.   (*) {cvn ==} 128 string /Font resourceforall
  896.   (*) = flush
  897. restore
  898. "
  899. *End
  900.  
  901. *% ===================================
  902. *% Printer Messages
  903. *% ===================================
  904. *% Printer Messages (verbatim from printer):
  905. *Message: "%%[exitserver: permanent state may be changed]%%"
  906. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  907. *Message: "\FontName\ not found, using Courier"
  908.  
  909. *% Status (format: %%[ status: <one of these> ] %%)
  910. *Status: "warming up"/warming up
  911. *Status: "initializing"/initializing
  912. *Status: "idle"/idle
  913. *Status: "waiting"/waiting
  914. *Status: "busy"/busy
  915. *Status: "printing"/printing
  916. *Status: "printing test page"/printing test page
  917. *Status: "PrinterError: needs attention"/PrinterError: needs attention
  918. *Status: "PrinterError: cover open"/PrinterError: cover open
  919. *Status: "PrinterError: no toner cartridge"/PrinterError: no toner cartridge
  920. *Status: "PrinterError: out of paper"/PrinterError: out of paper
  921. *Status: "PrinterError: Paper Jam"/PrinterError: Paper Jam
  922. *Status: "PrinterError: page protect needed"/PrinterError: page protect needed
  923. *Status: "PrinterError: out of memory"/PrinterError: out of memory
  924. *Status: "PrinterError: output bin full"/PrinterError: output bin full
  925. *Status: "PrinterError: resetting printer"/PrinterError: resetting printer
  926. *Status: "PrinterError: toner is low"/PrinterError: toner is low
  927. *Status: "PrinterError: off line"/PrinterError: off line
  928.  
  929. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) 
  930.  
  931. *Source: "Serial"
  932. *Source: "LocalTalk"
  933. *Source: "Parallel"
  934. *Source: "OptionalIO"
  935.  
  936. *% PrinterError (format: %%[ PrinterError: <one of these> ]%%)
  937. *PrinterError: "needs attention"/needs attention
  938. *PrinterError: "cover open"/cover open
  939. *PrinterError: "no toner cartridge"/no toner cartridge
  940. *PrinterError: "out of paper"/out of paper
  941. *PrinterError: "Paper Jam"/Paper Jam
  942. *PrinterError: "page protect needed"/page protect needed
  943. *PrinterError: "out of memory"/out of memory
  944. *PrinterError: "output bin full"/output bin full
  945. *PrinterError: "resetting printer"/resetting printer
  946. *PrinterError: "toner is low"/toner is low
  947. *PrinterError: "off line"/off line
  948.  
  949. *% =================================
  950. *% Color Separation Information
  951. *% =================================
  952. *DefaultColorSep: ProcessBlack.60lpi.300dpi
  953. *InkName: ProcessBlack/Process Black
  954. *InkName: ProcessCyan/Process Cyan
  955. *InkName: ProcessMagenta/Process Magenta
  956. *InkName: ProcessYellow/Process Yellow
  957.  
  958. *%  For 60 lpi / 300 dpi  ===============================
  959. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  960. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  961. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  962. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  963. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  964. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  965. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  966. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  967.  
  968. *%  For 53 lpi / 300 dpi  ===============================
  969. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  970. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  971. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  972. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  973. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  974. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  975. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  976. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  977.  
  978. *% =================================
  979. *% System Management
  980. *% =================================
  981. *FreeVM: "6701488"
  982. *VMOption Mem1/32 - 39 MB RAM: "6701488" 
  983. *VMOption Mem2/40 - 63 MB RAM: "13027208" 
  984. *VMOption Mem3/64 - 95 MB RAM: "34942260" 
  985. *VMOption Mem4/96 - 127 MB RAM: "65283608" 
  986. *VMOption Mem5/128 - 159 MB RAM: "99528700" 
  987. *VMOption Mem6/160 - 191 MB RAM: "128460116" 
  988. *VMOption Mem7/  192 MB RAM: "159631164"
  989.  
  990. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  991. *SuggestedJobTimeout: "0"
  992. *SuggestedWaitTimeout: "300"
  993.  
  994. *% =================================
  995. *% For "HP C LaserJet 4500-PS"
  996. *% =================================
  997.